home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / Utilities / In⁄Out™ / In_Out™ / card_8982.txt < prev    next >
Text File  |  1990-04-09  |  9KB  |  340 lines

  1. -- card: 8982 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 9276
  5. -- name: Help
  6. ----- HyperTalk script -----
  7. on pfm number
  8.  
  9.   if number = 1
  10.   then
  11.   put Return & "This button is used to move to the next product." & Return & "If this button is dimmed, there is not another product to go to ." & Return & Return & "Click here to exit Help." into textholder
  12. end if
  13.  
  14. if number = 2
  15. then
  16. put Return & "This button is used to move to the previous product." & Return & "If this button is dimmed, there is not a previous product to go to." & Return & Return & "Click here to exit Help." into textholder
  17. end if
  18.  
  19. if number = 3
  20. then
  21. put Return & "Clicking on this button will bring you to this Help card.  " & "If this button is dimmed, help is not available at that point." & Return & Return & "Click here to exit Help." into textholder
  22. end if
  23.  
  24. if number = 4
  25. then
  26. put Return & "Clicking on this button will take you to the main product 'shelf'.  " & Return & Return & Return & "Click here to exit Help." into textholder
  27. end if
  28.  
  29. if number = 5
  30. then
  31. put Return & "Clicking on this button gives you the option of leaving this" & " stack and returning to the Home stack or to the Finder." & Return & Return & "Click here to exit Help." into textholder
  32. end if
  33.  
  34. if number = 6
  35. then
  36. put Return & "Clicking on this button will show a 'Fact Sheet' for a product.  " & " Fact Sheets contain a brief description of the product, its " & "features and requirements." & Return & Return & "Click here to exit Help." into textholder
  37. end if
  38.  
  39. if number = 7
  40. then
  41. put Return & "Clicking on this button will show an overview of a product.  " & "Overview shows how a particular software product can " & "meet your computing needs." & Return & Return & "Click here to exit Help." into textholder
  42. end if
  43.  
  44. if number = 8
  45. then
  46. put Return & "Clicking on this button takes you to another stack which " & " contains a demo of the product." & Return & Return & Return & "Click here to exit Help." into textholder
  47. end if
  48.  
  49. if number = 9
  50. then
  51. put Return & "Clicking on this button will print either the " & "Overview or the Fact Sheet, whichever if currently shown." & Return & Return & "Click here to exit Help." into textholder
  52. end if
  53.  
  54. set lockscreen to true
  55. put textholder into card field "HelpMe"
  56. show card field "HelpMe"
  57. unlock screen with visual effect dissolve
  58. end pfm
  59.  
  60.  
  61. on closeCard
  62.   hide card field "HelpMe"
  63. end CloseCard
  64.  
  65.  
  66.  
  67. -- part 10 (field)
  68. -- low flags: 81
  69. -- high flags: 0002
  70. -- rect: left=158 top=59 right=141 bottom=444
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 63
  75. -- text size: 9
  76. -- style flags: 0
  77. -- line height: 12
  78. -- part name: HelpMe
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   set lockscreen to true
  82.   hide me
  83.   unlock screen with visual effect dissolve
  84. end MouseUp
  85.  
  86.  
  87.  
  88. -- part 18 (button)
  89. -- low flags: 00
  90. -- high flags: 2000
  91. -- rect: left=35 top=18 right=47 bottom=80
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 30557 / 30557
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: 
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   set lockscreen to true
  103.   global FrontField
  104.   put "OV" into FrontField
  105.   unlock screen with visual effect dissolve
  106.  
  107.  
  108.   hide background field "Text1"
  109.   put empty into bg field "Text2"
  110.   put "This will take you to the first card in the stack, showing all the available actions you can do." into bg field "Text2"
  111.   show background field "Text2"
  112.   show card button "OK"
  113.  
  114.  
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 19 (button)
  120. -- low flags: 00
  121. -- high flags: 2000
  122. -- rect: left=380 top=300 right=329 bottom=425
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 2442 / 2442
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: 
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   push card
  134.   set lockscreen to true
  135.  
  136.   go to card "Help"
  137.   hide card button "OK"
  138.  
  139.  
  140.   unlock screen with visual effect dissolve
  141.   put empty into bg field "Text2"
  142.   show bg field "Text1"
  143.  
  144.   set lockscreen to false
  145. end mouseUp
  146.  
  147.  
  148.  
  149. -- part 20 (button)
  150. -- low flags: 00
  151. -- high flags: 2000
  152. -- rect: left=467 top=300 right=326 bottom=512
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 10668 / 10668
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: 
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   global IOExit
  164.   visual effect dissolve to black
  165.   visual effect dissolve
  166.   go to IOExit
  167. end mouseUp
  168.  
  169.  
  170.  
  171. -- part 22 (button)
  172. -- low flags: 00
  173. -- high flags: 0000
  174. -- rect: left=35 top=55 right=83 bottom=80
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 14767 / 14767
  177. -- text alignment: 1
  178. -- font id: 0
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: About In/Out Demo
  183. ----- HyperTalk script -----
  184. on mouseUp
  185.   set lockscreen to true
  186.   global FrontField
  187.   put "OV" into FrontField
  188.   unlock screen with visual effect dissolve
  189.  
  190.  
  191.   hide background field "Text1"
  192.   put empty into bg field "Text2"
  193.   put "This will take you to the About Screen in the stack, showing the credits for the demo and how to contact      CE Software." into bg field "Text2"
  194.   show background field "Text2"
  195.   show card button "OK"
  196.  
  197.  
  198. end mouseUp
  199.  
  200.  
  201.  
  202. -- part 23 (button)
  203. -- low flags: 00
  204. -- high flags: 0000
  205. -- rect: left=335 top=299 right=329 bottom=380
  206. -- title width / last selected line: 0
  207. -- icon id / first selected line: 14767 / 14767
  208. -- text alignment: 1
  209. -- font id: 0
  210. -- text size: 12
  211. -- style flags: 0
  212. -- line height: 16
  213. -- part name: About In/Out Demo
  214. ----- HyperTalk script -----
  215. on mouseUp
  216.   global FrontField
  217.   put "OV" into FrontField
  218.  
  219.   set lockscreen to true
  220.   hide background field "Text1"
  221.   show background field "Text2"
  222.   go to card "credits"
  223.   unlock screen with visual effect scroll right
  224. end mouseUp
  225.  
  226.  
  227.  
  228. -- part 24 (button)
  229. -- low flags: 00
  230. -- high flags: 2000
  231. -- rect: left=35 top=128 right=157 bottom=80
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 9632 / 9632
  234. -- text alignment: 1
  235. -- font id: 0
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: 
  240. ----- HyperTalk script -----
  241. on mouseUp
  242.   set lockscreen to true
  243.   global FrontField
  244.   put "OV" into FrontField
  245.   unlock screen with visual effect dissolve
  246.  
  247.  
  248.   hide background field "Text1"
  249.   put empty into bg field "Text2"
  250.   put "This will ask you if you want to Quit to: Cancel, Home or Finder." into bg field "Text2"
  251.   show background field "Text2"
  252.   show card button "OK"
  253.  
  254. end mouseUp
  255.  
  256.  
  257.  
  258. -- part 25 (button)
  259. -- low flags: 00
  260. -- high flags: 2000
  261. -- rect: left=35 top=165 right=191 bottom=80
  262. -- title width / last selected line: 0
  263. -- icon id / first selected line: 10668 / 10668
  264. -- text alignment: 1
  265. -- font id: 0
  266. -- text size: 12
  267. -- style flags: 0
  268. -- line height: 16
  269. -- part name: 
  270. ----- HyperTalk script -----
  271. on mouseUp
  272.   set lockscreen to true
  273.   global FrontField
  274.   put "OV" into FrontField
  275.   unlock screen with visual effect dissolve
  276.  
  277.  
  278.   hide background field "Text1"
  279.   put empty into bg field "Text2"
  280.   put "This will return you to the card you were just at." into bg field "Text2"
  281.   show background field "Text2"
  282.   show card button "OK"
  283.  
  284. end mouseUp
  285.  
  286.  
  287.  
  288. -- part 26 (button)
  289. -- low flags: 80
  290. -- high flags: A004
  291. -- rect: left=256 top=124 right=146 bottom=356
  292. -- title width / last selected line: 0
  293. -- icon id / first selected line: 0 / 0
  294. -- text alignment: 1
  295. -- font id: 0
  296. -- text size: 12
  297. -- style flags: 0
  298. -- line height: 16
  299. -- part name: OK
  300. ----- HyperTalk script -----
  301. on mouseUp
  302.   global FrontField
  303.   put "OV" into FrontField
  304.  
  305.   set lockscreen to true
  306.  
  307.   set the scroll of background field "text1" to 0
  308.   set the scroll of background field "text2" to 0
  309.   show background field "text1"
  310.   hide background field "text2"
  311.   hide card button "OK"
  312.   unlock screen with visual effect dissolve
  313.  
  314. end mouseUp
  315.  
  316.  
  317.  
  318. -- part contents for card part 10
  319. ----- text -----
  320.  
  321. Clicking on this button will show an overview of a product.  Overview shows how a particular software product can meet your computing needs.
  322.  
  323. Click here to exit Help.
  324.  
  325. -- part contents for background part 1
  326. ----- text -----
  327. Help...
  328.  
  329. Who needs help?  After all, this is HyperCard, one of the easiest programs in the world to use.
  330.  
  331. Just try clicking on things to see what they do.  Don't be afraid to experiment, you can't break anything.
  332.  
  333. Click on any of the buttons to the left to display information about their functions.
  334.  
  335. Click the button in the lower right corner to return to the last card you were at.
  336.  
  337.  
  338. -- part contents for background part 2
  339. ----- text -----
  340. This will return you to the card you were just at.